PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableStringCell Class / isMultiline Method
In This Topic
    isMultiline Method
    In This Topic
    Gets a value indicating whether the cell content should be wrapped on multiple lines.
    Syntax
    public boolean isMultiline()

    Return Value

    True if the cell content is wrapped on multiple lines, otherwise it is displayed on a single line even if it is clipped. Default is false.
    See Also